home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-09 | 282 b | 19 lines | [TEXT/tefi] |
- ; @(;)Copyright Apple Computer 1987 Version 1.2 of getitimer.s on 87/06/16 170311
-
- export auxgetitimer
- import cerror
-
- auxgetitimer proc
- move.l #134,d0
-
- move.l 4(sp),a0 ; fetch argument
- move.l 8(sp),d1 ; fetch argument
- trap #15
- bcs.s LS1
- rts
-
- LS1 jmp cerror
- endp
-
- end
-